.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store


config.py
._config.py
**/config.py
**/._config.py

# add the __pycache__ folder to the ignore list
# to avoid deleting all the .pyc files
__pycache__
**/__pycache__
**/.__pycache__
